SnapshotCreateParams

Undocumented in source.

Members

Enums

SnapshotTypes
enum SnapshotTypes
Undocumented in source.

Functions

put
bool put(FirecrackerAPIClient cl)

Creates a new snapshot. The microVM should be in the Paused state.

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

memFilePath
string memFilePath;

Path to the file that will contain the guest memory.

snapshotPath
string snapshotPath;

Path to the file that will contain the microVM state.

type
SnapshotTypes type;

Type of snapshot to create. It is optional and by default, a full snapshot is created.

version_
string version_;

The microVM version for which we want to create the snapshot. It is optional and it defaults to the current version.

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta